home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / FCOM21.ARJ / SAMPLE.BAT < prev    next >
DOS Batch File  |  1992-04-30  |  634b  |  20 lines

  1. @echo off
  2. cls
  3. echo This batch will create a small README file, using FCOM,
  4. echo and the supplied sample text files, then will type it to
  5. echo the screen for you to read. Use the sample files to test
  6. echo FCOM before trying it on your files.
  7. echo:
  8. echo When you are asked if it should append formfeeds....
  9. echo Press (N) for No, or (Y) for yes, if you want three pages.
  10. echo If you want to also print out the Readme...Answer Y to Print?
  11. echo if you do, the file will be printed before typed to the screen.
  12. echo:
  13. echo Press any key to begin..................
  14. pause>nul
  15. fcom readme file1 file2 file3
  16. cls
  17. type readme
  18.  
  19.  
  20.